CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Matrix chain multiplication

搜索资源列表

  1. crosslink

    0下载:
  2. 本程序是用十字链表来存储矩阵并实现两个矩阵的相乘-this procedure is used to store Chain Cross Matrix and achieve the matrix multiplication 2
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7582
    • 提供者:罗火光
  1. matrix_mult

    0下载:
  2. 矩阵链的相乘的源代码,采用动态归还算法求解得到最优解。-chain matrix multiplication of the source code, the return of dynamic algorithm to obtain the optimal solution.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:985
    • 提供者:李明
  1. SimpleDataStruct

    0下载:
  2. 小弟初学者,简单数据结构: 包括单链表逆置,对陈矩阵相乘,分解单链表,分块查找,交换左右自述,模式匹配,二叉排序树、删除子串,冒泡排序等-younger beginners, a simple data structure : single-chain including inverse home, Chen matrix multiplication, single-chain decomposition. Search Block, exchange around the readme,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:91319
    • 提供者:HuiCong
  1. Matrix_Chain

    0下载:
  2. 求解矩阵链相乘的问题,通过动态规划的方法,来求解该问题,使得矩阵链的相乘的运算最少。-chain matrix multiplication to solve the problem through dynamic programming methods to solve the problem, making the chain matrix multiplication operator at least.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:903
    • 提供者:韩希先
  1. shizilianbiao

    0下载:
  2. 稀疏矩阵计算的十字链表法,转置,加法,乘法-Cross Chain sparse matrix computation method, transpose, addition, multiplication
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1473
    • 提供者:戈锋
  1. Chain

    0下载:
  2. 算法试验中的第三次试验,实验内容为矩阵连乘,算法实现了矩阵连乘中的一些功能-Algorithm third test trials, even experimental content matrix multiplication algorithm even by some of the features matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:901
    • 提供者:zhoubao
  1. matrixchainmul

    0下载:
  2. An Efficient And Optimized Algorithm For The Solution Of Matrix Chain Multiplication Problem Using Dynamic Technique
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:718
    • 提供者:devmat
  1. matrixChainMultiplication

    0下载:
  2. 动态规划之矩阵连乘问题——怎么乘运算量最小?-Dynamic Programming for matrix chain multiplication.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3107409
    • 提供者:DSQ
  1. juzhenlianxiangcheng

    0下载:
  2. 此代码为实现矩阵链相乘算法的c++代码,希望能给大家带来帮助。-This code for the realization of the matrix chain multiplication algorithm c++ code, hoping to bring help.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:588
    • 提供者:王文滟
  1. gouzaojuzhen

    0下载:
  2. 这个源代码是为了实现矩阵链相乘算法的构造矩阵的完整代码。-This source code is in order to realize the structure of the matrix chain multiplication algorithm of matrix complete code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:603
    • 提供者:王文滟
  1. shucukuohaofangshi

    0下载:
  2. 这个源代码是实现矩阵链相乘算法的一段代码,可以正确输出加括号的方式。-This source code is to achieve a piece of code matrix chain multiplication algorithm, can correct output bracketing mode.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:592
    • 提供者:王文滟
  1. Catalan

    0下载:
  2. 矩阵链乘: P=a1×a2×a3×……×an,依据乘法结合律,不改变其顺序,只用括号表示成对的乘积,试问有几种括号化的方案?(h(n)种) 出栈次序问题。-Matrix chain multiplication: P=a1* A2* A3*......* an, according to the multiplication with law, does not change the order, the brackets only representation of the pairwis
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:18236
    • 提供者:machang
  1. juzhenlianchengji

    0下载:
  2. 用c语言实现一个矩阵链乘积算法,并输出最优括号方案-The realization of a matrix chain multiplication algorithm with c language program brackets and the optimal output
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:863418
    • 提供者:林翔
  1. dynamic-programming

    0下载:
  2. 动态规划算法,包括最长公共子序列、矩阵链相乘、FLOYD、背包算法等。-Dynamic programming algorithm, including the maxinum common sub sequence, matrix chain multiplication, FLOYD, knapsack algorithm, etc..
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2143
    • 提供者:姜枫
  1. project1

    0下载:
  2. 中国科大算法导论课程实验三,矩阵链乘,可直接使用-China HKUST course Introduction to Algorithms third experiment, the chain matrix multiplication can be used directly
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:318006
    • 提供者:wtzhang
  1. 5program

    0下载:
  2. 按下面的格式要求用户输入摄氏温度值;定义一个Circle类,有数据成员Radius(半径);根据坐标求矩阵面积;矩阵链乘;设计并测试一个名为Rectangle的矩形类-In the following format requires the user to enter the Celsius temperature value defines a Circle class, the data Members of the Radius (radius) The Matrix area bas
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3436
    • 提供者:刘旭
« 1 2»
搜珍网 www.dssz.com